type google.golang.org/protobuf/internal/impl.uint32Converter
8 uses
google.golang.org/protobuf/internal/impl (current package)
convert.go#L113: return &uint32Converter{t, defVal(fd, uint32Zero)}
convert.go#L218: type uint32Converter struct {
convert.go#L223: func (c *uint32Converter) PBValueOf(v reflect.Value) protoreflect.Value {
convert.go#L229: func (c *uint32Converter) GoValueOf(v protoreflect.Value) reflect.Value {
convert.go#L232: func (c *uint32Converter) IsValidPB(v protoreflect.Value) bool {
convert.go#L236: func (c *uint32Converter) IsValidGo(v reflect.Value) bool {
convert.go#L239: func (c *uint32Converter) New() protoreflect.Value { return c.def }
convert.go#L240: func (c *uint32Converter) Zero() protoreflect.Value { return c.def }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)